home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / main.dxr / 00565_great grilled chicken.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  183 b   |  12 lines

  1. on mouseDown
  2.   global gChickButton10
  3.   down(gChickButton10)
  4. end
  5.  
  6. on mouseUp
  7.   global gChickButton10
  8.   if up(gChickButton10) then
  9.     resetScroll("Great grilled chicken")
  10.   end if
  11. end
  12.